projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b8042
)
(main): Make --help msg end in newline.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 24 Jul 1997 18:18:49 +0000
(18:18 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 24 Jul 1997 18:18:49 +0000
(18:18 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index bf701f8666ccdd9cfd6e9fdcb9f7d82420df3865..bf654fe76123d37ff35488694c90203095b1a84e 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-705,7
+705,7
@@
Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
[-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\
[+linenum] file-to-visit [--kill]\n\
Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\
-the Bugs section of the Emacs manual or the file BUGS.", argv[0]);
+the Bugs section of the Emacs manual or the file BUGS.
\n
", argv[0]);
exit (0);
}